gusucode.com > 智睿学校网站管理系统 V2.20 > 智睿学校网站管理系统 V2.20\code\Link.asp

    <!--#include file="Include/conn.asp"-->
<!--#include file="Include/Fun_SqlIn.Asp"-->
<!--#include file="Include/function.asp"-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>关于我们 - <%=SiteTitle%></title>
<meta name="keywords" content="<%=Sitekeywords%>" />
<meta name="description" content="<%=Sitedescription%>" />
<link href="<%=SitePath%>images/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%head()%>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" class="main_class">
  <tr>
    <td width="240" valign="top"  >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="Ma_left">&nbsp;关于我们</td>
  </tr>
</table>
	  <%=WebMenu()%>
	  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="50">
  <tr>
    <td></td>
  </tr>
</table>

  </td>
  <td  width="710" valign="top"  class="viewright">
  <%Link()%>
	 </td>
  </tr>
</table>
<%Bottom()%>
</body>
</html>